projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
af57e5a
)
(minibuf_prompt): Now a Lisp_Object. All uses changed.
author
Karl Heuer
<kwzh@gnu.org>
Sat, 18 Jun 1994 00:13:02 +0000
(
00:13
+0000)
committer
Karl Heuer
<kwzh@gnu.org>
Sat, 18 Jun 1994 00:13:02 +0000
(
00:13
+0000)
src/window.h
patch
|
blob
|
history
diff --git
a/src/window.h
b/src/window.h
index 9ad66e17658f1e1a88da26861031107ababfd9d6..cdb1804fd4f2192366b3bfe7bd11f7a559f82e76 100644
(file)
--- a/
src/window.h
+++ b/
src/window.h
@@
-225,7
+225,7
@@
extern Lisp_Object window_from_coordinates ();
extern Lisp_Object Fwindow_dedicated_p ();
/* Prompt to display in front of the minibuffer contents. */
-extern
char *
minibuf_prompt;
+extern
Lisp_Object
minibuf_prompt;
/* The visual width of the above. */
extern int minibuf_prompt_width;